Commit graph

19 commits

Author SHA1 Message Date
zowoq 932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Julien Dehos 6ecb9ceda4 gede: 2.15.4 -> 2.16.2 2020-03-25 14:30:45 +01:00
R. RyanTM 658224c2c0 gede: 2.15.1 -> 2.15.4 2020-02-08 07:38:27 +00:00
Julien Dehos 5aac98852e gede: 2.14.1 -> 2.15.1 2020-01-10 12:08:15 +01: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
R. RyanTM 08fd23cceb gede: 2.13.1 -> 2.14.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gede/versions
2019-06-01 11:15:20 -07:00
R. RyanTM d044631080 gede: 2.12.3 -> 2.13.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gede/versions
2019-05-01 11:15:03 +02:00
R. RyanTM 96c0c07ca0 gede: 2.10.9 -> 2.12.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gede/versions
2018-11-19 11:05:56 -08:00
symphorien 3549879b45 gede: 2.6.1 -> 2.10.9 (#45995)
reverting to qt 5.9 fixed the build.
2018-09-03 23:24:38 +02:00
Will Dietz cd5dfa1f88 gede: drop unnecessary postPatch
Thanks to @jtojnar for noticing and pointing it out!
https://github.com/NixOS/nixpkgs/pull/39174#pullrequestreview-113783769
2018-04-19 16:36:28 -05:00
xeji 582774828a gede: switch to qt5 2018-04-19 23:00:08 +02:00
xeji 3cf0012da4 gede: 2.0.4 -> 2.6.1, fix ctags dependency 2018-04-19 19:55:36 +02: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
Joachim Fasting 80c2c58671
gede: 2.0.3 -> 2.0.4 2017-07-01 21:41:40 +02:00
Joachim Fasting 0040dbaf69
gede: add ctags and gdb to path via wrapper 2017-07-01 21:41:35 +02:00
Joachim Fasting 4f320d30a4
gede: fix sandboxed build
build.py relies on /usr/bin/env; invoke python directly instead to
sidestep the issue.
2017-07-01 21:41:33 +02:00
Joachim Fasting 6e36e7f209
gede: replace build.patch with inline sed call
The patch file is much larger than the logical change made.
2017-07-01 21:41:27 +02:00
Julien Dehos f54b52f962 gede: init at 2.0.3 2017-02-27 10:08:27 +01:00