Commit graph

19 commits

Author SHA1 Message Date
worldofpeace d73f96ff80 gtkd: 3.8.5 -> 3.9.0 2019-10-07 14:41:00 -04:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02: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
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth a276de9e79 gtkd: fix build with config.allowAliases=false 2019-07-12 23:52:39 +00:00
Thomas Mader 2c4bc9aab8 dmd, gtk: Remove dontStrip
because with binutils 2.31 everything is working again
(#59390)
2019-05-12 17:22:35 +02:00
R. RyanTM 5e691849ea gtkd: 3.8.4 -> 3.8.5 (#54200)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2019-01-18 00:06:33 +01:00
worldofpeace 2c76519900 vte, vte_290, vte-ng: rename frome gnome3.vte* 2018-12-25 20:14:32 -05:00
R. RyanTM 03234ada96 gtkd: 3.8.3 -> 3.8.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/gtkd/versions
2018-12-15 21:24:31 -08:00
Vladimír Čunát 3f80b81ece
Merge branch 'staging' into #38486 2018-08-30 18:30:32 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer dc24ab2776 gtkd: fixup from treewide commit
This was mistakenly replaced when it was already avoiding the alias.

Thanks @jtojnar
2018-07-19 09:57:29 -04:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Tor Hedin Brønner d9d4199bf3 gtkd: 3.6.5 -> 3.8.3 2018-06-14 22:02:58 +02:00
Thomas Mader 1d5c454b72 gtkd: dontStrip as a workaround for https://github.com/NixOS/nixpkgs/issues/40397 (#41226)
This fixes https://github.com/NixOS/nixpkgs/issues/41188
2018-05-30 09:30:50 +02:00
Jörg Thalheim 4b7c52e010 gtkd: correct glib output 2018-04-06 00:45:34 +01:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05: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
midchildan 0f93270aba
gtkd: init at 3.6.5 2017-06-09 16:53:46 +09:00